Added additional events when selecting/deselecting rows#1457
Conversation
Added following events:
beforeRowSelected: function (event, $row) { },
rowSelected: function (event, $row) { },
beforeRowDeselected: function (event, $row) { },
rowDeselected: function (event, $row) { }
the before-events can be canceled to stop selecting/deselecting rows
Added „deselectRows“-method.
|
Hi @ppowalla, |
|
Hi proLETARI, I guess that my contribution is not available in the current release version, that is why you are not able to call this method. You would need to ask the jtable developer directly to figure out if this change will make it into the core code. Bye |
|
Thanks for reply, i ajust that code like this: |
Added following events:
beforeRowSelected: function (event, $row) { },
rowSelected: function (event, $row) { },
beforeRowDeselected: function (event, $row) { },
rowDeselected: function (event, $row) { }
the before-events can be canceled to stop selecting/deselecting rows
Added „deselectRows“-method.